aboutdialog: make use-header-bar override work from bindings
authorCosimo Cecchi <cosimoc@gnome.org>
Sun, 19 Jan 2014 22:48:05 +0000 (14:48 -0800)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jan 2014 20:50:36 +0000 (15:50 -0500)
commit22bcd62e2eb900c35979f8a56b9dd59327bec03b
tree74f916aab4e7f6960f7abe65c2add60bae052a14
parent6e96111d9f5e9298ff0b716f063b084a94a880e6
aboutdialog: make use-header-bar override work from bindings

Instead of setting "use-header-bar" from gtk_about_dialog_new(),
override its default value by inspecting the properties at constructor()
time. This makes it work from bindings as well, since they don't use the
convenience C constructor.

https://bugzilla.gnome.org/show_bug.cgi?id=722574
gtk/gtkaboutdialog.c